home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CyberMycha Extra 2004 January
/
CyberMycha Extra 1-2004 (Poland) (Disc 2).bin
/
Pippi
/
gmtr.dir
/
Internal_9_scoreAutostart.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-09-05
|
269 b
|
21 lines
property timeX
global gmObject
on beginSprite me
timeX = the ticks + 300
end
on exitFrame me
if the ticks > timeX then
autoGo(me)
end if
go(the frame)
end
on autoGo me
if gmObject.playMode <> 0 then
gmObject.whosNext = -1
end if
go("play")
end